FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.erp#1.1.2 (78 ms)

Package kbv.ita.erp
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.erp@1.1.2&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition
Version 1.1.0
Status active
Date 2022-09-30
Name KBV_PR_ERP_Composition
Experimental False
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle KBV_PR_ERP_Bundle

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply KBV_PR_ERP_PracticeSupply
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription KBV_PR_ERP_Prescription
https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient eRezept/eAU Patient (KBV)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "KBV-PR-ERP-Composition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition",
  "version" : "1.1.0",
  "name" : "KBV_PR_ERP_Composition",
  "status" : "active",
  "date" : "2022-09-30",
  "publisher" : "Kassenärztliche Bundesvereinigung",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Composition",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition",
        "path" : "Composition",
        "constraint" : [
          {
            "key" : "-erp-subjectAndPrescription",
            "severity" : "error",
            "human" : "Referenz auf Patient nicht vorhanden, aber Pflicht bei Verordnung von Arzneimitteln",
            "expression" : "section.where(code.coding.code='Prescription').exists() implies subject.exists()",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition"
          },
          {
            "key" : "-erp-coverageAndPrescription",
            "severity" : "error",
            "human" : "Referenz auf Krankenversicherungsverhältnis nicht vorhanden, aber Pflicht bei Verordnung von Arzneimitteln",
            "expression" : "section.where(code.coding.code='Prescription').exists() implies section.where(code.coding.code='Coverage').exists()",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition"
          }
        ]
      },
      {
        "id" : "Composition.id",
        "path" : "Composition.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.meta",
        "path" : "Composition.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.meta.versionId",
        "path" : "Composition.meta.versionId",
        "max" : "0"
      },
      {
        "id" : "Composition.meta.lastUpdated",
        "path" : "Composition.meta.lastUpdated",
        "max" : "0"
      },
      {
        "id" : "Composition.meta.source",
        "path" : "Composition.meta.source",
        "max" : "0"
      },
      {
        "id" : "Composition.meta.profile",
        "path" : "Composition.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition|1.1.0",
        "mustSupport" : true
      },
      {
        "id" : "Composition.meta.security",
        "path" : "Composition.meta.security",
        "max" : "0"
      },
      {
        "id" : "Composition.meta.tag",
        "path" : "Composition.meta.tag",
        "max" : "0"
      },
      {
        "id" : "Composition.implicitRules",
        "path" : "Composition.implicitRules",
        "max" : "0"
      },
      {
        "id" : "Composition.language",
        "path" : "Composition.language",
        "max" : "0"
      },
      {
        "id" : "Composition.contained",
        "path" : "Composition.contained",
        "max" : "0"
      },
      {
        "id" : "Composition.extension",
        "path" : "Composition.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "closed"
        },
        "min" : 0
      },
      {
        "id" : "Composition.extension:Rechtsgrundlage",
        "path" : "Composition.extension",
        "sliceName" : "Rechtsgrundlage",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_Legal_basis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:Rechtsgrundlage.value[x]",
        "path" : "Composition.extension.value[x]",
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:Rechtsgrundlage.value[x]:valueCoding",
        "path" : "Composition.extension.value[x]",
        "sliceName" : "valueCoding",
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:Rechtsgrundlage.value[x]:valueCoding.code",
        "path" : "Composition.extension.value[x].code",
        "short" : "Kennzeichen Rechtsgrundlage"
      },
      {
        "id" : "Composition.extension:PKV-Tarif",
        "path" : "Composition.extension",
        "sliceName" : "PKV-Tarif",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_PKV_Tariff"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:PKV-Tarif.value[x]",
        "path" : "Composition.extension.value[x]",
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:PKV-Tarif.value[x]:valueCoding",
        "path" : "Composition.extension.value[x]",
        "sliceName" : "valueCoding",
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:PKV-Tarif.value[x]:valueCoding.system",
        "path" : "Composition.extension.value[x].system",
        "mustSupport" : true
      },
      {
        "id" : "Composition.extension:PKV-Tarif.value[x]:valueCoding.code",
        "path" : "Composition.extension.value[x].code",
        "mustSupport" : true
      },
      {
        "id" : "Composition.identifier",
        "path" : "Composition.identifier",
        "max" : "0",
        "mustSupport" : false
      },
      {
        "id" : "Composition.identifier.use",
        "path" : "Composition.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Composition.identifier.type",
        "path" : "Composition.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Composition.identifier.system",
        "path" : "Composition.identifier.system",
        "max" : "0",
        "mustSupport" : false
      },
      {
        "id" : "Composition.identifier.value",
        "path" : "Composition.identifier.value",
        "mustSupport" : false
      },
      {
        "id" : "Composition.identifier.period",
        "path" : "Composition.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Composition.identifier.assigner",
        "path" : "Composition.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Composition.status",
        "path" : "Composition.status",
        "fixedCode" : "final",
        "mustSupport" : true
      },
      {
        "id" : "Composition.type",
        "path" : "Composition.type",
        "mustSupport" : true
      },
      {
        "id" : "Composition.type.coding",
        "path" : "Composition.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.type.coding.system",
        "path" : "Composition.type.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_FORMULAR_ART",
        "mustSupport" : true
      },
      {
        "id" : "Composition.type.coding.version",
        "path" : "Composition.type.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.type.coding.code",
        "path" : "Composition.type.coding.code",
        "short" : "Dokumententyp",
        "definition" : "Kennzeichnung des vorliegenden Formulars der vertragsärztlichen Versorgung",
        "min" : 1,
        "fixedCode" : "e16A",
        "mustSupport" : true
      },
      {
        "id" : "Composition.type.coding.display",
        "path" : "Composition.type.coding.display",
        "max" : "0"
      },
      {
        "id" : "Composition.type.coding.userSelected",
        "path" : "Composition.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.type.text",
        "path" : "Composition.type.text",
        "max" : "0"
      },
      {
        "id" : "Composition.category",
        "path" : "Composition.category",
        "max" : "0"
      },
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.subject.reference",
        "path" : "Composition.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.subject.type",
        "path" : "Composition.subject.type",
        "max" : "0"
      },
      {
        "id" : "Composition.subject.identifier",
        "path" : "Composition.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.subject.display",
        "path" : "Composition.subject.display",
        "max" : "0"
      },
      {
        "id" : "Composition.encounter",
        "path" : "Composition.encounter",
        "max" : "0"
      },
      {
        "id" : "Composition.date",
        "path" : "Composition.date",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author",
        "path" : "Composition.author",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "type"
            }
          ],
          "rules" : "closed"
        },
        "max" : "2",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Arzt",
        "path" : "Composition.author",
        "sliceName" : "Arzt",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Arzt.reference",
        "path" : "Composition.author.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Arzt.type",
        "path" : "Composition.author.type",
        "min" : 1,
        "fixedUri" : "Practitioner",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Arzt.identifier",
        "path" : "Composition.author.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Arzt.display",
        "path" : "Composition.author.display",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer",
        "path" : "Composition.author",
        "sliceName" : "Pruefnummer",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Pruefnummer.reference",
        "path" : "Composition.author.reference",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer.type",
        "path" : "Composition.author.type",
        "min" : 1,
        "fixedUri" : "Device",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier",
        "path" : "Composition.author.identifier",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.use",
        "path" : "Composition.author.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.type",
        "path" : "Composition.author.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.system",
        "path" : "Composition.author.identifier.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_FOR_Pruefnummer",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.value",
        "path" : "Composition.author.identifier.value",
        "short" : "Prüfnummer",
        "definition" : "Jede zertifizierte Software erhält eine Prüfnummer im Rahmen der Zertifizierung der KBV. Diese ist in dem digitalen Vordruck anzugeben.\r\n\r\nFür den digitalen Vordruck \"Elektronische Arzneimittelverordnung (Vordruck e160)\" ist die Prüfnummer für das Zertifizierungsthema \"Verordnung von Arzneimitteln\" anzugeben.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.period",
        "path" : "Composition.author.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer.identifier.assigner",
        "path" : "Composition.author.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Composition.author:Pruefnummer.display",
        "path" : "Composition.author.display",
        "max" : "0"
      },
      {
        "id" : "Composition.title",
        "path" : "Composition.title",
        "fixedString" : "elektronische Arzneimittelverordnung",
        "mustSupport" : true
      },
      {
        "id" : "Composition.confidentiality",
        "path" : "Composition.confidentiality",
        "max" : "0"
      },
      {
        "id" : "Composition.attester",
        "path" : "Composition.attester",
        "short" : "Daten der verantwortliche Person",
        "definition" : "Referenz auf den zur Weiterbildung ermächtigten Arztes (im vertrags(zahn)ärztlichen Bereich) bzw. des beauftragender Facharztes (im Krankenhaus), sofern nötig.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester.mode",
        "path" : "Composition.attester.mode",
        "fixedCode" : "legal",
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester.time",
        "path" : "Composition.attester.time",
        "max" : "0"
      },
      {
        "id" : "Composition.attester.party",
        "path" : "Composition.attester.party",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester.party.reference",
        "path" : "Composition.attester.party.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester.party.type",
        "path" : "Composition.attester.party.type",
        "max" : "0"
      },
      {
        "id" : "Composition.attester.party.identifier",
        "path" : "Composition.attester.party.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.attester.party.display",
        "path" : "Composition.attester.party.display",
        "max" : "0"
      },
      {
        "id" : "Composition.custodian",
        "path" : "Composition.custodian",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.custodian.reference",
        "path" : "Composition.custodian.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.custodian.type",
        "path" : "Composition.custodian.type",
        "max" : "0"
      },
      {
        "id" : "Composition.custodian.identifier",
        "path" : "Composition.custodian.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.custodian.display",
        "path" : "Composition.custodian.display",
        "max" : "0"
      },
      {
        "id" : "Composition.relatesTo",
        "path" : "Composition.relatesTo",
        "max" : "0"
      },
      {
        "id" : "Composition.event",
        "path" : "Composition.event",
        "max" : "0"
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code.coding.code"
            }
          ],
          "rules" : "closed"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel",
        "path" : "Composition.section",
        "sliceName" : "Verordnung_Arzneimittel",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.title",
        "path" : "Composition.section.title",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code",
        "path" : "Composition.section.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "Prescription",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.entry.type",
        "path" : "Composition.section.entry.type",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.entry.display",
        "path" : "Composition.section.entry.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Arzneimittel.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf",
        "path" : "Composition.section",
        "sliceName" : "Verordnung_Sprechstundenbedarf",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.title",
        "path" : "Composition.section.title",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code",
        "path" : "Composition.section.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "PracticeSupply",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.entry.type",
        "path" : "Composition.section.entry.type",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.entry.display",
        "path" : "Composition.section.entry.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Verordnung_Sprechstundenbedarf.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis",
        "path" : "Composition.section",
        "sliceName" : "Krankenversicherungsverhaeltnis",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.title",
        "path" : "Composition.section.title",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code",
        "path" : "Composition.section.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "Coverage",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.entry.type",
        "path" : "Composition.section.entry.type",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.entry.display",
        "path" : "Composition.section.entry.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Krankenversicherungsverhaeltnis.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung",
        "path" : "Composition.section",
        "sliceName" : "ASV-Ausuebung",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.title",
        "path" : "Composition.section.title",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code",
        "path" : "Composition.section.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "FOR_PractitionerRole",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_PractitionerRole|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.entry.type",
        "path" : "Composition.section.entry.type",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.entry.display",
        "path" : "Composition.section.entry.display",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:ASV-Ausuebung.section",
        "path" : "Composition.section.section",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.